home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / gfx / misc / PowerCrawler.lha / PowerCrawler / Catalogs / PowerCrawler.cd < prev    next >
Text File  |  1997-05-28  |  19KB  |  1,543 lines

  1. ;
  2. ;
  3. ;        **** SOME ERROR MESSAGES ****
  4. ;
  5. ERR_NOSCREEN (//)
  6. Can't open Screen!\n
  7. ;
  8. ERR_NOWINDOW (//)
  9. Can't open window!\n
  10. ;
  11. ERR_NOVINFO (//)
  12. Can't get Visual-Info!\n
  13. ;
  14. ERR_NOGADGETS (//)
  15. Can't create Gadgets!\n
  16. ;
  17. ERR_NOEDITWIN1 (//)
  18. Can't open Map-Window!\n
  19. ;
  20. ERR_NOEDITWIN2 (//)
  21. Can't open Tool-Window!\n
  22. ;
  23. ERR_NOEDITWIN3 (//)
  24. Can't open Special-Window!\n
  25. ;
  26. ERR_NOMEMLBUFFER (//)
  27. There's not enough free memory to\n\
  28. create the Map-Buffer!\n
  29. ;
  30. ERR_NOBRUSHTABLE (//)
  31. Out of memory: Can't create\n\
  32. Brush-Table!\n
  33. ;
  34. ERR_NOACTFONT (//)
  35. Can't open actual Screen-Font?!?\n
  36. ;
  37. ERR_NOGFX (//)
  38. Can't open graphics.library V39!\n
  39. ;
  40. ERR_NOINT (//)
  41. Can't open intuition.library V39!\n
  42. ;
  43. ERR_NOGAD (//)
  44. Can't open gadtools.library V39!\n
  45. ;
  46. ERR_NOASL (//)
  47. Can't open asl.library V39!\n
  48. ;
  49. ERR_NOLAY (//)
  50. Can't open layers.library V39!\n
  51. ;
  52. ERR_NODSK (//)
  53. Can't open diskfont.library!\n
  54. ;
  55. ERR_NOICL (//)
  56. Can't open icon.library V39!\n
  57. ;
  58. ERR_NOWBL (//)
  59. Can't open workbench.library V39!\n
  60. ;
  61. ERR_NODTL (//)
  62. Can't open datatypes.library!\n
  63. ;
  64. ERR_NOIFF (//)
  65. Can't open iff.library!\n
  66. ;
  67. ERR_NOKEYMAP (//)
  68. Can't open keymap.library V37!\n
  69. ;
  70. ERR_CREATEMENUS (//)
  71. CreateMenus-Call returned Error!\n
  72. ;
  73. ERR_LAYOUTMENUS (//)
  74. LayoutMenus-Call returned Error!\n
  75. ;
  76. ERR_SETMENUSTRIP (//)
  77. SetMenuStrip-Call returned Error!\n
  78. ;
  79. ERR_NOTOPAZ8 (//)
  80. Couldn't open Topaz.font 8!\n
  81. ;
  82. ERR_NOMODEREQ (//)
  83. Can't open Screenmode-Requester!\n
  84. ;
  85. ERR_CANTGETFONT (//)
  86. Can't open Font!\n
  87. ;
  88. ERR_NOLV (//)
  89. Can't create List-View\n\
  90. Gadget!\n
  91. ;
  92. ERR_NOMSG (//)
  93. Can't create Message-Port!\n
  94. ;
  95. ERR_NOICON (//)
  96. Can't get Default Icon!\n
  97. ;
  98. ERR_NOAPPICON (//)
  99. Can't create Application-Icon!\n
  100. ;
  101. ERR_NOTMPBMP (//)
  102. Can't create temporary\n\
  103. Bitmap!\n
  104. ;
  105. ERR_NOMINIBMP (//)
  106. Can't create OneBlock-Bitmap!\n
  107. ;
  108. ERR_NOBMP (//)
  109. Can't create Bitmap!\n
  110. ;
  111. ERR_NOPIXELBUFFER (//)
  112. Can't create Pixel-Buffer:\n\
  113. Out of memory!\n
  114. ;
  115. ERR_NOLEVELBUFFER (//)
  116. There's no Map-Buffer in\n\
  117. memory!\n
  118. ;
  119. ERR_NOLAYOUT (//)
  120. The Layout-Call (DTM_ProcLayout)\n\
  121. has returned an error!\n
  122. ;
  123. ERR_NOTALLDATAS (//)
  124. Couldn't get all necessary\n\
  125. data!\n
  126. ;
  127. ERR_IFFNOOPEN (//)
  128. Can't open file!\n
  129. ;
  130. ERR_IFFNOREAD (//)
  131. Can't read file!\n
  132. ;
  133. ERR_UNEXPECTEDEOF (//)
  134. File-Error:\n\
  135. \n\
  136. Unexpected End of File\n
  137. ;
  138. ERR_IFFNOIFF (//)
  139. This is no IFF-ILBM File!\n
  140. ;
  141. ERR_IFFERR (//)
  142. The iff.library has\n\
  143. returned an error!\n
  144. ;
  145. ERR_NOBMHD (//)
  146. Can't find the BMHD-Chunk!\n
  147. ;
  148. ERR_NOCMAP (//)
  149. Can't find the CMAP-Chunk!\n
  150. ;
  151. ERR_CANTDECODE (//)
  152. Can't decode Iff-File!\n
  153. ;
  154. ERR_NOTMYPROJECT (//)
  155. This is no PowerCrawler-\n\
  156. Project File!\n
  157. ;
  158. ERR_NOTMYPREFS (//)
  159. This is no PowerCrawler-\n\
  160. Settings File!\n
  161. ;
  162. ERR_NOTMYLEVEL (//)
  163. This is no PowerCrawler-\n\
  164. Map File!\n
  165. ;
  166. ERR_NOTMYEXTPROGRAM (//)
  167. This File is no PowerCrawler-\n\
  168. External-Routine File.\n
  169. ;
  170. ERR_NOMEMFORUNDO (//)
  171. There's not enough free memory\n\
  172. to create the Undo-Buffer!\n
  173. ;
  174. ERR_NOMEMFORCONVERT (//)
  175. There's not enough memory to create\n\
  176. the Convert-Buffer!\n
  177. ;
  178. ERR_NOMEM (//)
  179. Not enough memory!\n
  180. ;
  181. ERR_NOBACKWIN (//)
  182. Can't create Backdrop-Window!\n
  183. ;
  184. ERR_NOPICMODE (//)
  185. You have to select a Screenmode\n\
  186. for the Blocks-Picture first!\n
  187. ;
  188. ERR_NOIFFILBM (//)
  189. Not a IFF-ILBM-File!\n
  190. ;
  191. ERR_IFFNOTCOMPLETE (//)
  192. The IFF-File is not complete!\n
  193. ;
  194. ERR_IFFUNKNOWNCOMPR (//)
  195. The IFF-File has an unknown\n\
  196. compression!\n
  197. ;
  198. ERR_TOOMANYPLANES (//)
  199. The Picture has more than 256\n\
  200. Colors which is not (yet) sup-\n\
  201. ported by PowerCrawler!\n
  202. ;
  203. ERR_DOSREQ (//)
  204. DOS-Error %d:
  205. ;
  206. ERR_MUSTOPENPIC (//)
  207. You have to load the Blocks-\n\
  208. Picture first!\n
  209. ;
  210. ERR_MUSTOPENPICMASK (//)
  211. Can't load Mask if there's no\n\
  212. Picture!\n\
  213. Load a Blocks-Picture first!!\n
  214. ;
  215. ERR_MUSTGETMODE1 (//)
  216. Select a Screenmode first!\n
  217. ;
  218. ERR_NOMASKMEM (//)
  219. There's actually no\n\
  220. Mask in memory!\n
  221. ;
  222. ERR_NOPIC (//)
  223. There's no Picture in\n\
  224. memory!\n
  225. ;
  226. ERR_FONT2BIG4WB (//)
  227. The Font is too big. There\n\
  228. would not be enough space\n\
  229. for the window!\n
  230. ;
  231. ERR_NOFLIPTABLE (//)
  232. There's no Flip-Table\n\
  233. in memory!\n
  234. ;
  235. ;
  236. ;        **** LOGO WINDOW ****
  237. ;
  238. MSG_LOGO (//)
  239. Registered to:
  240. ;
  241. MSG_LOGOUNREG (//)
  242. < unregistered >
  243. ;
  244. ;
  245. ;        **** NAME FOR APPLICATION ICON ****
  246. ;
  247. MSG_APPNAME (//)
  248. >PowerCrawler<
  249. ;
  250. ;
  251. ;        **** MAIN WINDOW ****
  252. ;
  253. MSG_TITLE (//)
  254. PowerCrawler by Georg Steger
  255. ;
  256. MSG_WBTITLE (//)
  257. PowerCrawler V 1.20 (C) Copyright 1996 by Georg Steger. All rights reserved!
  258. ;
  259. ;
  260. ;        **** ASL WINDOW-TITLES ****
  261. ;
  262. MSG_ASKPRJLOAD (//)
  263. PowerCrawler: Load Project
  264. ;
  265. MSG_ASKPICLOAD (//)
  266. PowerCrawler: Load Picture
  267. ;
  268. MSG_ASKLEVELLOAD (//)
  269. PowerCrawler: Load Map
  270. ;
  271. MSG_ASKMASKLOAD (//)
  272. PowerCrawler: Load Mask
  273. ;
  274. MSG_ASKPRJSAVE (//)
  275. PowerCrawler: Save Project
  276. ;
  277. MSG_ASKLEVELSAVE (//)
  278. PowerCrawler: Save Map
  279. ;
  280. MSG_ASKPREFSLOAD (//)
  281. PowerCrawler: Load Settings
  282. ;
  283. MSG_ASKPREFSSAVE (//)
  284. PowerCrawler: Save Settings
  285. ;
  286. MSG_ASKFONTWB (//)
  287. Font WorkBench
  288. ;
  289. MSG_ASKFONTEDIT (//)
  290. Font Edit-Screen
  291. ;
  292. MSG_ASKFONTFIX (//)
  293. Font Edit-Screen Fix
  294. ;
  295. ;
  296. ;        **** WINDOWTITLES FOR MAIN WINDOW WHILE INACTIVE ****
  297. ;
  298. MSG_TITLELOAD (//)
  299. PowerCrawler: (Loading picture)
  300. ;
  301. MSG_TITLEEDIT (//)
  302. PowerCrawler: (Editing map)
  303. ;
  304. MSG_TITLEASKFILE (//)
  305. PowerCrawler: (Choosing file)
  306. ;
  307. MSG_TITLESETTINGS (//)
  308. PowerCrawler: (Doing Settings)
  309. ;
  310. MSG_TITLEASKMODE (//)
  311. PowerCrawler: (Choosing Screenmode)
  312. ;
  313. ;
  314. ;        **** GADGETS OF MAIN WINDOW ****
  315. ;
  316. GADS_1 (//)
  317. _Project
  318. ;
  319. GADS_2 (//)
  320. P_icture
  321. ;
  322. GADS_3 (//)
  323. _Map
  324. ;
  325. GADS_4 (//)
  326. Se_ttings
  327. ;
  328. GADS_5 (//)
  329. _New Project
  330. ;
  331. GADS_6 (//)
  332. _Save Project
  333. ;
  334. GADS_7 (//)
  335. _Edit Map
  336. ;
  337. GADS_8 (//)
  338. S_ave Map
  339. ;
  340. GADS_9 (//)
  341. Inf_ormation
  342. ;
  343. GADS_10 (//)
  344. _Quit!
  345. ;
  346. ;
  347. ;        **** MENU OF MAIN WINDOW ****
  348. ;
  349. MENU_PROJECT (//)
  350. Project
  351. ;
  352. ITEM_P_NEWPROJECT (//)
  353. New Project
  354. ;
  355. CMD_P_NEWPROJECT (//)
  356. N
  357. ;
  358. ITEM_P_LOAD (//)
  359. Load
  360. ;
  361. SITEM_P_L_PROJECT (//)
  362. Project ...
  363. ;
  364. CMD_P_L_PROJECT (//)
  365. O
  366. ;
  367. SITEM_P_L_PICTURE (//)
  368. Picture ...
  369. ;
  370. CMD_P_L_PICTURE (//)
  371. B
  372. ;
  373. SITEM_P_L_MAP (//)
  374. Map ...
  375. ;
  376. CMD_P_L_MAP (//)
  377. L
  378. ;
  379. ITEM_P_SAVE (//)
  380. Save
  381. ;
  382. SITEM_P_S_PROJECT (//)
  383. Project ...
  384. ;
  385. CMD_P_S_PROJECT (//)
  386. S
  387. ;
  388. SITEM_P_S_MAP (//)
  389. Map ...
  390. ;
  391. CMD_P_S_MAP (//)
  392. M
  393. ;
  394. ITEM_P_EDITMAP (//)
  395. Edit Map
  396. ;
  397. CMD_P_EDITMAP (//)
  398. E
  399. ;
  400. ITEM_P_INFO (//)
  401. Information
  402. ;
  403. CMD_P_INFO (//)
  404. I
  405. ;
  406. ITEM_P_ICONIFY (//)
  407. Iconify
  408. ;
  409. CMD_P_ICONIFY (//)
  410. Y
  411. ;
  412. ITEM_P_QUIT (//)
  413. Quit
  414. ;
  415. CMD_P_QUIT (//)
  416. Q
  417. ;
  418. MENU_MASK (//)
  419. Mask
  420. ;
  421. ITEM_M_CREATE (//)
  422. Create ...
  423. ;
  424. CMD_M_CREATE (//)
  425. C
  426. ;
  427. ITEM_M_INVERT (//)
  428. Invert
  429. ;
  430. CMD_M_INVERT (//)
  431. V
  432. ;
  433. ITEM_M_KILL (//)
  434. Kill
  435. ;
  436. CMD_M_KILL (//)
  437. K
  438. ;
  439. ITEM_M_SHOW (//)
  440. Show
  441. ;
  442. CMD_M_SHOW (//)
  443. \x00
  444. ;
  445. ITEM_M_LOAD (//)
  446. Load ...
  447. ;
  448. CMD_M_LOAD (//)
  449. \x00
  450. ;
  451. MENU_SETTINGS (//)
  452. Settings
  453. ;
  454. ITEM_S_MAPANDMODESET (//)
  455. Map/ScreenModes ...
  456. ;
  457. CMD_S_MAPANDMODESET (//)
  458. P
  459. ;
  460. ITEM_S_FONTWB (//)
  461. Font WB-Screen
  462. ;
  463. SITEM_S_FWB_STANDARD (//)
  464. Standard Screen-Font
  465. ;
  466. CMD_s_FWB_STANDARD (//)
  467. \x00
  468. ;
  469. SITEM_S_FWB_SELECT (//)
  470. Select ...
  471. ;
  472. CMD_S_FWB_SELECT (//)
  473. Z
  474. ;
  475. ITEM_S_FONTEDIT (//)
  476. Font Edit-Screen
  477. ;
  478. SITEM_S_FED_STANDARD (//)
  479. Standard Screen-Font
  480. ;
  481. CMD_S_FED_STANDARD (//)
  482. \x00
  483. ;
  484. SITEM_S_FED_SELECT (//)
  485. Select ...
  486. ;
  487. CMD_S_FED_SELECT (//)
  488. A
  489. ;
  490. ITEM_S_FONTFIX (//)
  491. Font Edit-Screen Fix
  492. ;
  493. SITEM_S_FIX_TOPAZ (//)
  494. Topaz 8
  495. ;
  496. CMD_S_FIX_TOPAZ (//)
  497. \x00
  498. ;
  499. SITEM_S_FIX_SELECT (//)
  500. Select ...
  501. ;
  502. CMD_S_FIX_SELECT (//)
  503. F
  504. ;
  505. ITEM_S_PICLOADER (//)
  506. Pic-Load-Routine
  507. ;
  508. SITEM_S_PLOAD_INTERN (//)
  509. Internal
  510. ;
  511. CMD_S_PLOAD_INTERN (//)
  512. \x00
  513. ;
  514. SITEM_S_PLOAD_IFF (//)
  515. Iff-Library
  516. ;
  517. CMD_S_PLOAD_IFF (//)
  518. \x00
  519. ;
  520. SITEM_S_PLOAD_DTYPE (//)
  521. Datatypes
  522. ;
  523. CMD_S_PLOAD_DTYPE (//)
  524. \x00
  525. ;
  526. ITEM_S_MASKROUTINE (//)
  527. Mask-Blit-Routine
  528. ;
  529. SITEM_S_MR_OS1 (//)
  530. OS Mode 1
  531. ;
  532. CMD_S_MR_OS1 (//)
  533. \x00
  534. ;
  535. SITEM_S_MR_OS2 (//)
  536. OS Mode 2
  537. ;
  538. CMD_S_MR_OS2 (//)
  539. \x00
  540. ;
  541. SITEM_S_MR_OS3 (//)
  542. BltMaskBitMapRastPort
  543. ;
  544. CMD_S_MR_OS3 (//)
  545. \x00
  546. ;
  547. ITEM_S_AUTOPOINT (//)
  548. Autopoint
  549. ;
  550. SITEM_S_AP_MAP (//)
  551. Map Window
  552. ;
  553. CMD_S_AP_MAP (//)
  554. \x00
  555. ;
  556. SITEM_S_AP_TOOL (//)
  557. Tool Window
  558. ;
  559. CMD_S_AP_TOOL (//)
  560. \x00
  561. ;
  562. SITEM_S_AP_BRUSH (//)
  563. Brush Window
  564. ;
  565. CMD_S_AP_BRUSH (//)
  566. \x00
  567. ;
  568. ITEM_S_EDITCOL (//)
  569. Colors Edit-Screen
  570. ;
  571. SITEM_S_EC_EXTRAPLANE (//)
  572. Extra-Plane
  573. ;
  574. CMD_S_EC_EXTRAPLANE (//)
  575. X
  576. ;
  577. SITEM_S_EC_REMAP0 (//)
  578. Remap Color 0
  579. ;
  580. CMD_S_EC_REMAP0 (//)
  581. R
  582. ;
  583. SITEM_S_EC_CHANGE0 (//)
  584. Change Color 0
  585. ;
  586. CMD_S_EC_CHANGE0 (//)
  587. G
  588. ;
  589. ITEM_S_PREZOOM (//)
  590. Precalc Zoom
  591. ;
  592. CMD_S_PREZOOM (//)
  593. %%
  594. ;
  595. ITEM_S_NOUNDO (//)
  596. No Undo-Buffer
  597. ;
  598. CMD_S_NOUNDO (//)
  599. U
  600. ;
  601. ITEM_S_PROJECTCHANGE (//)
  602. Project-Changing ...
  603. ;
  604. CMD_S_PROJECTCHANGE (//)
  605. W
  606. ;
  607. ITEM_S_TOOLTYPES (//)
  608. Tooltypes ...
  609. ;
  610. CMD_S_TOOLTYPES (//)
  611. !
  612. ;
  613. ITEM_S_LOADDEFAULT (//)
  614. Load default
  615. ;
  616. CMD_S_LOADDEFAULT (//)
  617. D
  618. ;
  619. ITEM_S_LOADSETTINGS (//)
  620. Load Settings ...
  621. ;
  622. CMD_S_LOADSETTINGS (//)
  623. T
  624. ;
  625. ITEM_S_SAVEDEFAULT (//)
  626. Save as default
  627. ;
  628. CMD_S_SAVEDEFAULT (//)
  629. \x00
  630. ;
  631. ITEM_S_SAVESETTINGS (//)
  632. Save Settings ...
  633. ;
  634. CMD_S_SAVESETTINGS (//)
  635. \x00
  636. ;
  637. MENU_CONFIRM (//)
  638. Confirm
  639. ;
  640. ITEM_C_QUIT (//)
  641. Quit Program
  642. ;
  643. CMD_C_QUIT (//)
  644. \x00
  645. ;
  646. ITEM_C_NEWPROJECT (//)
  647. New Project
  648. ;
  649. CMD_C_NEWPROJECT (//)
  650. \x00
  651. ;
  652. ITEM_C_LOADPIC (//)
  653. Load Picture (normal)
  654. ;
  655. CMD_C_LOADPIC (//)
  656. \x00
  657. ;
  658. ITEM_C_LOADPICPRJ (//)
  659. Load Picture (Project)
  660. ;
  661. CMD_C_LOADPICPRJ (//)
  662. \x00
  663. ;
  664. ITEM_C_REMAP0 (//)
  665. Remap Color 0
  666. ;
  667. CMD_C_REMAP0 (//)
  668. \x00
  669. ;
  670. ITEM_C_CHANGEPICMODE (//)
  671. Change Pic-Mode
  672. ;
  673. CMD_C_CHANGEPICMODE (//)
  674. \x00
  675. ;
  676. ITEM_C_CHANGEMAPSETTINGS (//)
  677. Change Map-Settings
  678. ;
  679. CMD_C_CHANGEMAPSETTINGS (//)
  680. \x00
  681. ;
  682. ITEM_C_KILLMASK (//)
  683. Kill Mask
  684. ;
  685. CMD_C_KILLMASK (//)
  686. \x00
  687. ;
  688. ITEM_C_KILLFLIP (//)
  689. Kill Flip-Table
  690. ;
  691. CMD_C_KILLFLIP (//)
  692. \x00
  693. ;
  694. ITEM_C_OVERWRITE (//)
  695. Overwrite Files
  696. ;
  697. CMD_C_OVERWRITE (//)
  698. \x00
  699. ;
  700. MENU_LOADER (//)
  701. Loader
  702. ;
  703. ITEM_L_INTERN (//)
  704. Internal
  705. ;
  706. CMD_L_INTERN (//)
  707. \x00
  708. ;
  709. MENU_SAVER (//)
  710. Saver
  711. ;
  712. ITEM_V_INTERN (//)
  713. Internal
  714. ;
  715. CMD_V_INTERN (//)
  716. \x00                                
  717. ;
  718. ;
  719. ;        **** MAP/SCREENMODE SETTINGS WINDOW ****
  720. ;
  721. MSG_TITLE2 (//)
  722. PowerCrawler: Settings
  723. ;
  724. GADS_11 (//)
  725. _Block-Size X - Y
  726. ;
  727. GADS_12 (//)
  728. Map-_Width
  729. ;
  730. GADS_13 (//)
  731. Map-_Height
  732. ;
  733. GADS_14 (//)
  734. _Layers
  735. ;
  736. GADS_15 (//)
  737. _Mem-Type
  738. ;
  739. GADS_16 (//)
  740. _Picture
  741. ;
  742. GADS_17 (//)
  743. _Edit
  744. ;
  745. GADS_18 (//)
  746. Screenmode
  747. ;
  748. GADS_19 (//)
  749. _Transparent
  750. ;
  751. GADS_20 (//)
  752. Block 0
  753. ;
  754. GADS_21 (//)
  755. Block -1
  756. ;
  757. GADS_22 (//)
  758. _Confirm
  759. ;
  760. GADS_23 (//)
  761. _Abort
  762. ;
  763. GADS_24 (//)
  764. <
  765. ;
  766. GADS_25 (//)
  767. <
  768. ;
  769. MSG_NOMODETXT (//)
  770. <not selected>
  771. ;
  772. ;
  773. ;        **** PROJECT WINDOW ****
  774. ;
  775. PRJWINTITLE (//)
  776. PowerCrawler: Save Project
  777. ;
  778. PRJWINTITLE2 (//)
  779. PowerCrawler: Load Project
  780. ;
  781. PRJCHANGETITLE (//)
  782. Project-Changing: Save what?
  783. ;
  784. PRJGADS_1 (//)
  785. _Map
  786. ;
  787. PRJGADS_2 (//)
  788. _Brushs
  789. ;
  790. PRJGADS_3 (//)
  791. _Settings
  792. ;
  793. PRJGADS_4 (//)
  794. _Filenames
  795. ;
  796. PRJGADS_5 (//)
  797. Flip-_Table
  798. ;
  799. PRJGADS_6 (//)
  800. Mas_k
  801. ;
  802. PRJGADS_7 (//)
  803. _Confirm
  804. ;
  805. PRJGADS_8 (//)
  806. _Abort
  807. ;
  808. ;
  809. ;        **** CREATE MASK WINDOW ****
  810. ;
  811. MSG_MASKTITLE (//)
  812. PowerCrawler: Transparent Color ...
  813. ;
  814. ;
  815. ;        **** FUNCTION NOT AVAILABLE REQUESTER ****
  816. ;
  817. MSG_REGISTER (//)
  818. This function is not available\n\
  819. in the unregistered Version of\n\
  820. PowerCrawler!!! What about re-\n
  821. ;
  822. MSG_REGISTER2 (//)
  823. gistering to the Shareware\n\
  824. Version!?\n\
  825. \n\
  826. Read the file »Register.readme«\n\
  827. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  828. ;
  829. MSG_REGISTERASK (//)
  830. I will _register!|_Forget it!
  831. ;
  832. ;
  833. ;        **** NERVE REQUESTER ****
  834. ;
  835. MSG_NERVETITLE (//)
  836. PowerCrawler: Still unregistered?!
  837. ;
  838. MSG_NERVEMSG (//)
  839. Enter this to continue:
  840. ;
  841. ;
  842. ;
  843. ;        **** EDIT SCREEN ****
  844. ;
  845. ;
  846. MSG_SCREENTITLE (//)
  847. PowerCrawler 1.20 by Georg Steger!
  848. ;
  849. MSG_EDIT1TITLE (//)
  850. Map
  851. ;
  852. MSG_FLIPPINGXTITLE (//)
  853. Flip X: RMB to abort!
  854. ;
  855. MSG_FLIPPINGYTITLE (//)
  856. Flio Y: RMB to abort!
  857. ;
  858. MSG_EDIT2TITLE (//)
  859. Tools
  860. ;
  861. ;
  862. ;        **** SHORTCUTS ****
  863. ;    Freehand, Line, Rectangle, Filled Rectangle, AirBrush, Fill,
  864. ;    Brush Cut, Clear, Undo, Layer 1 .. Layer 10, Zoom Plus, Zoom Minus,
  865. ;    Brush -, Brush +, Block -, Block +
  866. KEYS_EDIT1 (//)
  867. dvrRafbKu1234567890+-/*[]
  868. ;
  869. ;
  870. ;        **** SPECIAL WINDOW ****
  871. ;
  872. MSG_E3GADS1 (//)
  873. ?
  874. ;
  875. MSG_E3GADS2 (//)
  876. Special-Operations
  877. ;
  878. MSG_E3GADS2S (//)
  879. *
  880. ;
  881. MSG_BRUSHNONAME (//)
  882. <noname>
  883. ;
  884. MSG_BRUSHNOBRUSH (//)
  885. ----------------
  886. ;
  887. ;
  888. ;        **** BRUSH WINDOW ****
  889. ;
  890. MSG_BRUSHTITLE (//)
  891. Brush
  892. ;
  893. BRUSHGADS_1 (//)
  894. _New
  895. ;
  896. BRUSHGADS_2 (//)
  897. _Kill
  898. ;
  899. BRUSHGADS_3 (//)
  900. _Sort
  901. ;
  902. BRUSHGADS_4 (//)
  903. _Info
  904. ;
  905. BRUSH2GADS_1 (//)
  906. _New
  907. ;
  908. BRUSH2GADS_2 (//)
  909. _Kill
  910. ;
  911. BRUSH2GADS_3 (//)
  912. _Sort
  913. ;
  914. BRUSH2GADS_4 (//)
  915. _Info
  916. ;
  917. ;
  918. ;        **** EDIT MENUS ****
  919. ;
  920. EMENU_PROJECT (//)
  921. Project
  922. ;
  923. EITEM_P_EXIT (//)
  924. Exit
  925. ;
  926. ECMD_P_EXIT (//)
  927. Q
  928. ;
  929. ;
  930. ;        ** The Brush Menu's Shortcuts are simple ones (no AMIGA-Key)
  931. ;        ** so they must be different from the ones in KEYS_EDIT1 !!!!!!!
  932. ;        ** They are also CASE SENSITIVE and so should be lowercase!
  933. ;
  934. EMENU_BRUSH (//)
  935. Brush
  936. ;
  937. EITEM_B_FLIPX (//)
  938. Flip X
  939. ;
  940. ECMD_B_FLIPX (//)
  941. x
  942. ;
  943. EITEM_B_FLIPY (//)
  944. Flip Y
  945. ;
  946. ECMD_B_FLIPY (//)
  947. y
  948. ;
  949. EITEM_B_KILL (//)
  950. Kill
  951. ;
  952. ECMD_B_KILL (//)
  953. z
  954. ;
  955. ;
  956. ;        **** SPECIAL OPERATIONS MENU ****
  957. ;
  958. EMENU_SPECIAL (//)
  959. Special Operations
  960. ;
  961. EITEM_S_COPYBLOCK (//)
  962. Block -> Block
  963. ;
  964. ECMD_S_COPYBLOCK (//)
  965. C
  966. ;
  967. EITEM_S_SWAPBLOCK (//)
  968. Block <-> Block
  969. ;
  970. ECMD_S_SWAPBLOCK (//)
  971. A
  972. ;
  973. EITEM_S_COPYLAYER (//)
  974. Layer -> Layer
  975. ;
  976. ECMD_S_COPYLAYER (//)
  977. L
  978. ;
  979. EITEM_S_SWAPLAYER (//)
  980. Layer <-> Layer
  981. ;
  982. ECMD_S_SWAPLAYER (//)
  983. S
  984. ;
  985. EITEM_S_FLIPX (//)
  986. Flip X
  987. ;
  988. ECMD_S_FLIPX (//)
  989. X
  990. ;
  991. EITEM_S_FLIPY (//)
  992. Flip Y
  993. ;
  994. ECMD_S_FLIPY (//)
  995. Y
  996. ;
  997. EITEM_S_MAPPREVIEW (//)
  998. Create Map-Preview
  999. ;
  1000. ECMD_S_MAPPREVIEW (//)
  1001. P
  1002. ;
  1003. EITEM_S_FLIPTABLE (//)
  1004. Flip-Table ...
  1005. ;
  1006. ECMD_S_FLIPTABLE (//)
  1007. F
  1008. ;
  1009. EMENU_SETTINGS (//)
  1010. Settings
  1011. ;
  1012. EITEM_T_BACKDROP (//)
  1013. Backdrop
  1014. ;
  1015. ECMD_T_BACKDROP (//)
  1016. D
  1017. ;
  1018. EITEM_T_TOOLBOX (//)
  1019. Toolbox
  1020. ;
  1021. ECMD_T_TOOLBOX (//)
  1022. .
  1023. ;
  1024. EITEM_T_SPECIALBEHIND (//)
  1025. Hide Special Window
  1026. ;
  1027. ECMD_T_SPECIALBEHIND (//)
  1028. ,
  1029. ;
  1030. EITEM_T_TRANSPBRUSH (//)
  1031. Transparent Brush
  1032. ;
  1033. ECMD_T_TRANSPBRUSH (//)
  1034. T
  1035. ;
  1036. EITEM_T_FLIPTABLE (//)
  1037. Use Flip-Table
  1038. ;
  1039. ECMD_T_FLIPTABLE (//)
  1040. B
  1041. ;
  1042. EITEM_T_SUPERCURSOR (//)
  1043. Super-Cursor
  1044. ;
  1045. ESITEM_T_SC_NEVER (//)
  1046. Never
  1047. ;
  1048. ECMD_T_SC_NEVER (//)
  1049. *
  1050. ;
  1051. ESITEM_T_SC_STANDARD (//)
  1052. Standard delay
  1053. ;
  1054. ECMD_T_SC_STANDARD (//)
  1055. -
  1056. ;
  1057. ESITEM_T_SC_ALWAYS (//)
  1058. Always
  1059. ;
  1060. ECMD_T_SC_ALWAYS (//)
  1061. +
  1062. ;
  1063. ;
  1064. ;        **** CLEAR WINDOW ****
  1065. ;
  1066. MSG_DELTITLE (//)
  1067. Clear
  1068. ;
  1069. DELGADS_1 (//)
  1070. _Range
  1071. ;
  1072. DELGADS_2 (//)
  1073. All
  1074. ;
  1075. DELGADS_3 (//)
  1076. View
  1077. ;
  1078. DELGADS_4 (//)
  1079. _Layers
  1080. ;
  1081. DELGADS_5 (//)
  1082. All
  1083. ;
  1084. DELGADS_6 (//)
  1085. Actual
  1086. ;
  1087. DELGADS_7 (//)
  1088. _Clear
  1089. ;
  1090. DELGADS_8 (//)
  1091. _Fill
  1092. ;
  1093. DELGADS_9 (//)
  1094. _Abort
  1095. ;
  1096. ;
  1097. ;        **** AIRBRUSH SETTINGS WINDOW ****
  1098. ;
  1099. MSG_AIRTITLE (//)
  1100. Airbrush
  1101. ;
  1102. AIRGADS_1 (//)
  1103. Circle
  1104. ;
  1105. AIRGADS_2 (//)
  1106. Rectangle
  1107. ;
  1108. AIRGADS_3 (//)
  1109. _Type
  1110. ;
  1111. AIRGADS_4 (//)
  1112. _Size
  1113. ;
  1114. AIRGADS_5 (//)
  1115. _Pause
  1116. ;
  1117. AIRGADS_6 (//)
  1118. _Movement
  1119. ;
  1120. ;
  1121. ;        **** LINE SETTINGS WINDOW ****
  1122. ;
  1123. MSG_LINETITLE (//)
  1124. Line
  1125. ;
  1126. LINEGADS_1 (//)
  1127. _Type
  1128. ;
  1129. LINEGADS_2 (//)
  1130. Normal (Pattern)
  1131. ;
  1132. LINEGADS_3 (//)
  1133. 1 Point/Column
  1134. ;
  1135. LINEGADS_4 (//)
  1136. 1 Point/Line
  1137. ;
  1138. ;
  1139. ;        **** FILL SETTINGS WINDOW ****
  1140. ;
  1141. MSG_FILLTITLE (//)
  1142. Fill
  1143. ;
  1144. FILLGADS_1 (//)
  1145. _Type
  1146. ;
  1147. FILLGADS_2 (//)
  1148. Normal
  1149. ;
  1150. FILLGADS_3 (//)
  1151. Horizontal
  1152. ;
  1153. FILLGADS_4 (//)
  1154. Vertical
  1155. ;
  1156. FILLGADS_5 (//)
  1157. _Reference-Point ...
  1158. ;
  1159. FILLSETREL_TITLE (//)
  1160. Reference-Point: RMB = Abort!
  1161. ;
  1162. ;
  1163. ;        **** ZOOM SETTINGS WINDOW ****
  1164. ;
  1165. MSG_ZOOMTITLE (//)
  1166. Zoom
  1167. ;
  1168. ZOOMGADS_1 (//)
  1169. Zoom (in Percent)
  1170. ;
  1171. ZOOMGADS_2 (//)
  1172. _A
  1173. ;
  1174. ZOOMGADS_3 (//)
  1175. _B
  1176. ;
  1177. ZOOMGADS_4 (//)
  1178. Zoom (in Pixel)
  1179. ;
  1180. ZOOMGADS_5 (//)
  1181. _X
  1182. ;
  1183. ZOOMGADS_6 (//)
  1184. _Y
  1185. ;
  1186. ;
  1187. ;        **** BLOCK/LAYER REPLACE/SWAP WINDOW ****
  1188. ;
  1189. MSG_OPTITLE_REPLBLOCK (//)
  1190. Replace Block
  1191. ;
  1192. MSG_OPTITLE_SWAPBLOCK (//)
  1193. Swap Block
  1194. ;
  1195. MSG_OPTITLE_REPLLAYER (//)
  1196. Replace Layer
  1197. ;
  1198. MSG_OPTITLE_SWAPLAYER (//)
  1199. Swap Layer
  1200. ;
  1201. OPGADS_1 (//)
  1202. _Range
  1203. ;
  1204. OPGADS_2 (//)
  1205. All
  1206. ;
  1207. OPGADS_3 (//)
  1208. View
  1209. ;
  1210. OPGADS_4 (//)
  1211. _Layers
  1212. ;
  1213. OPGADS_5 (//)
  1214. All
  1215. ;
  1216. OPGADS_6 (//)
  1217. Actual
  1218. ;
  1219. OPGADS_7 (//)
  1220. _Calculate
  1221. ;
  1222. OPGADS_8 (//)
  1223. _Exit!
  1224. ;
  1225. OPGADS_POPBLOCK (//)
  1226. ?
  1227. ;
  1228. ;
  1229. ;        **** BRUSH INFORMATION WINDOW ****
  1230. ;
  1231. MSG_BRUSHINFOTITLE (//)
  1232. Brush-Information
  1233. ;
  1234. MSG_EnterBrName (//)
  1235. Enter a name for the Brush!
  1236. ;
  1237. BIGADS_1 (//)
  1238. _<--
  1239. ;
  1240. BIGADS_2 (//)
  1241. --_>
  1242. ;
  1243. MSG_NAME (//)
  1244. Name
  1245. ;
  1246. MSG_WIDTH (//)
  1247. Width
  1248. ;
  1249. MSG_HEIGHT (//)
  1250. Height
  1251. ;
  1252. MSG_LAYERS (//)
  1253. Layers
  1254. ;
  1255. MSG_MEMTYPE (//)
  1256. Mem-Type
  1257. ;
  1258. MSG_MEMORY (//)
  1259. Memory
  1260. ;
  1261. MSG_BYTE (//)
  1262. BYTE
  1263. ;
  1264. MSG_WORD (//)
  1265. WORD
  1266. ;
  1267. ;
  1268. ;        **** FLIPTABLE CONTROL WINDOW ****
  1269. ;
  1270. MSG_FLIPTITLE (//)
  1271. Flip-Table
  1272. ;
  1273. FLIPGADS_1 (//)
  1274. _Create new
  1275. ;
  1276. FLIPGADS_2 (//)
  1277. _Kill
  1278. ;
  1279. FLIPGADS_3 (//)
  1280. _Edit
  1281. ;
  1282. RFLIPGADS_1 (//)
  1283. AB=BA
  1284. ;
  1285. MSG_NEWFLIP (//)
  1286. There's already a Flip-Table\n\
  1287. in memory!\n
  1288. ;
  1289. MSG_ASKNEWFLIP (//)
  1290. _Convert!|Create _new!|_Abort!
  1291. ;
  1292. MSG_ASKFLIPKILL (//)
  1293. Are you sure you want\n\
  1294. to kill the Flip-Table?\n
  1295. ;
  1296. ;
  1297. ;        **** MAP-PREVIEW CREATION WINDOW ****
  1298. ;
  1299. MAPTITLE (//)
  1300. Map-Preview
  1301. ;
  1302. MSG_MAPSCREENTITLE (//)
  1303. PowerCrawler: Map-Preview
  1304. ;
  1305. MSG_MAPNEWRANGETITLE (//)
  1306. Select Range: RMB to abort!
  1307. ;
  1308. MSG_MAPWAITTITLE (//)
  1309. PowerCrawler: Creating Preview:
  1310. ;
  1311. MAPGADS_1 (//)
  1312. _Blocksize X - Y
  1313. ;
  1314. MAPGADS_2 (//)
  1315. Screensize
  1316. ;
  1317. MAPGADS_3 (//)
  1318. _Range
  1319. ;
  1320. MAPGADS_4 (//)
  1321. _Create
  1322. ;
  1323. MAPGADS_5 (//)
  1324. _Abort
  1325. ;
  1326. MSG_MAPASKSAVE (//)
  1327. PowerCrawler: Save Preview
  1328. ;
  1329. MSG_SAVINGMAP (//)
  1330. Saving Preview!
  1331. ;
  1332. ;
  1333. ;        **** MENUS ON MAP-PREVIEW SCREEN ****
  1334. ;
  1335. MMENU_PROJECT (//)
  1336. Project
  1337. ;
  1338. MITEM_REDRAW (//)
  1339. Redraw
  1340. ;
  1341. MCMD_REDRAW (//)
  1342. D
  1343. ;
  1344. MITEM_SAVEPREVIEW (//)
  1345. Save Preview
  1346. ;
  1347. MCMD_SAVEPREVIEW (//)
  1348. S
  1349. ;
  1350. MITEM_QUIT (//)
  1351. Quit
  1352. ;
  1353. MCMD_QUIT (//)
  1354. Q
  1355. ;
  1356. ;        **** EXTERNAL ROUTINES ****
  1357. ;
  1358. XIO_ERROR (//)
  1359. External Routine Error:\n\
  1360. \n\
  1361. Operation failed!\n
  1362. ;
  1363. XIO_READERROR (//)
  1364. External Routine Error:\n\
  1365. \n\
  1366. Could not read file!\n
  1367. ;
  1368. XIO_WRITEERROR (//)
  1369. External Routine Error:\n\
  1370. \n\
  1371. Could not write file!\n
  1372. ;
  1373. XIO_DOSERROR (//)
  1374. External Routine Error:\n\
  1375. \n\
  1376. DOS has returned an error!\n
  1377. ;
  1378. XIO_NOMEMORY (//)
  1379. External Routine Error:\n\
  1380. \n\
  1381. Out of memory!\n
  1382. ;
  1383. XIO_WRONGFORMAT (//)
  1384. External Routine Error:\n\
  1385. \n\
  1386. Wrong format!\n
  1387. ;
  1388. XIO_NOMAPBUFFER (//)
  1389. External Routine Error:\n\
  1390. \n\
  1391. There doesn't seem to be\n\
  1392. any Map-Buffer!\n
  1393. ;
  1394. ;
  1395. ;        **** MISC STUFF  MISC STUFF ****
  1396. ;
  1397. MSG_SURETOQUIT (//)
  1398. Are you sure you want\n\
  1399. to quit PowerCrawler?\n
  1400. ;
  1401. MSG_SURENEW (//)
  1402. All Data will be removed from\n\
  1403. memory (Blocks-Picture, Map-\n\
  1404. Buffer, Brushs, Mask, ...)!!\n\
  1405. Are you sure?\n
  1406. ;
  1407. MSG_WANTPICTOLOAD (//)
  1408. I am going to load:\n\
  1409. %s\n
  1410. ;
  1411. MSG_YESNO (//)
  1412. _Yes!!|_No!!
  1413. ;
  1414. MSG_CONFIRMCANCEL (//)
  1415. _Confirm|_Abort
  1416. ;
  1417. MSG_ENDPROGRAM (//)
  1418. _Quit program!
  1419. ;
  1420. MSG_NORMREQ (//)
  1421. _Continue...
  1422. ;
  1423. MSG_REQTITLE (//)
  1424. PowerCrawler: Message
  1425. ;
  1426. MSG_PICFORMAT (//)
  1427. Picture Format:\n\
  1428. \n
  1429. ;
  1430. MSG_WEUSETOPAZ (//)
  1431. The Standard Screen-Font is\n\
  1432. too big. Topaz.font 8 will\n\
  1433. be used instead!\n
  1434. ;
  1435. MSG_ABOUT (//)
  1436. -> PowerCrawler 1.20 by Georg Steger <-\n\
  1437. \n\
  1438. MEMORY USAGE:\n\
  1439. \n
  1440. ;
  1441. MSG_ABOUT2 (//)
  1442. Map Buffer    : %lD\n\
  1443. Brushes       : %lD\n\
  1444. Flip-Table    : %lD\n\
  1445. Temp Projects : %lD\n\
  1446. \n\
  1447. Total         : %lD\n
  1448. ;
  1449. MSG_ABOUT3 (//)
  1450. \n\
  1451. Picture       : %lD x %lD x %lD\n\
  1452. Mask          : %lD x %lD x %lD\n
  1453. ;
  1454. MSG_ABOUT4 (//)
  1455. \n\
  1456. AVAILABLE MEMORY:\n\
  1457. \n\
  1458. Chip: %lD  Fast: %lD  Total: %lD\n
  1459. ;
  1460. MSG_MODETITLE (//)
  1461. PowerCrawler: Select Screenmode!
  1462. ;
  1463. MSG_ASKCHANGEMODE (//)
  1464. Do you want the Screenmode of the\n\
  1465. actual Blocks-Picture to be changed?\n
  1466. ;
  1467. MSG_LEVELHEREREQ (//)
  1468. There's already a Map-Buffer in\n\
  1469. memory. What shall I do?\n
  1470. ;
  1471. MSG_LEVELHEREREQA (//)
  1472. _Convert!|Create _new!|_Abort
  1473. ;
  1474. MSG_COMPRESSED (//)
  1475. (COMPRESSED)
  1476. ;
  1477. MSG_COMPRESSED_NU (//)
  1478. (UNKNOWN COMPRESSION!!)
  1479. ;
  1480. MSG_MASK1 (//)
  1481. (MASK[1])
  1482. ;
  1483. MSG_MASK2 (//)
  1484. (MASK[2])
  1485. ;
  1486. MSG_MASKNU (//)
  1487. (MASK[UNKNOWN])
  1488. ;
  1489. MSG_FORGET (//)
  1490. _Forget it...
  1491. ;
  1492. MSG_LOADPIC (//)
  1493. _Load Picture!|
  1494. ;
  1495. MSG_CONVERTING (//)
  1496. PowerCrawler: Converting!
  1497. ;
  1498. MSG_PLEASEWAIT (//)
  1499. PowerCrawler: Please wait!
  1500. ;
  1501. MSG_REMAPPING (//)
  1502. PowerCrawler: Remapping Color 0!
  1503. ;
  1504. MSG_CREATINGMASK (//)
  1505. PowerCrawler: Creating Mask!
  1506. ;
  1507. MSG_ASKREMAP (//)
  1508. Shall I remap Color 0\n\
  1509. of the actual Picture?\n
  1510. ;
  1511. MSG_ASKDELMASK (//)
  1512. Are you sure you want to\n\
  1513. kill the Mask?\n
  1514. ;
  1515. MSG_ERROR (//)
  1516. Error\n
  1517. ;
  1518. MSG_BADSIZE (//)
  1519. The Mask's size is different\n\
  1520. from the Picture's one!\n
  1521. ;
  1522. MSG_ASKBADSIZE (//)
  1523. _Never mind!|_Abort!!!
  1524. ;
  1525. MSG_OVERWRITE (//)
  1526. "%s" already exists!\n\
  1527. Do you want to overwrite it?\n
  1528. ;
  1529. MSG_PRECALCINGTITLE (//)
  1530. PowerCrawler: Zoom Pre-Calc!
  1531. ;
  1532. ERR_REDOMAPWINDOW (//)
  1533. Can't reopen Map-Window!\n\
  1534. Probably you are out of\n\
  1535. memory. Free some memory\n\
  1536. and retry!\n
  1537. ;
  1538. ERR_ASKREDOMAPWINDOW (//)
  1539. _Retry!|_Quit Program!
  1540. ;
  1541. MSG_ASKNOTIFFDTYPE (//)
  1542. Try with _Datatypes!|_Abort!
  1543. ;